home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / PBLIB1 / INSTALL.TXT < prev    next >
Text File  |  1994-05-04  |  2KB  |  42 lines

  1. PBLIB1 - Installation notes
  2.  
  3. The PD code and utilities "PBLIBx" have two basic interfaces with
  4. your system, both through the PBBIN directory.  As utilities, the
  5. EXEs sort of assume that they are on the PATH= list.  I place them
  6. near the head of the list, but you may wish them found last.  Personal
  7. choice.  The .cfg structure means that you will want to adjust
  8. parameters with the EXEs to taste.  The two main params you will
  9. probably care about are OUT= and COMPRESSED=.  I set some of my
  10. utilities with OUT=LPT1 as the default  (TLISTER for one) so that
  11. I am normally dumping to the printer.  COMPRESSED=YES sends HPCL
  12. laserjet commands to go to a lineprinter compressed mode.  This will
  13. probably annoy non-HP printers.  I really need feedback in this area
  14. to improve printer support in version 2.
  15.  
  16. I. Assume you only download PBLIB1.ZIP (200k) for the sources. Remember to
  17.     UNZIP with the -d option to retain the directory structure.  Start by
  18.     creating \pblib1 and cd \pblib1.
  19.  
  20.      a. Adjust your TPC.CFG  for FAR calls and loose string checking
  21.          (and /L for compiling DB.pas).  My file is as follows:
  22.  
  23. /UC:\BP\UNITS;c:\PBBIN1\TPU;
  24. /$V-
  25. /$F+
  26. /L
  27. {GP}
  28.  
  29.       b. From \PBLIB1\UNITS do a MAKETPU.BAT.  If the compiles work,
  30.           do a MOVE.BAT.   The TPUs will now be on \PBBIN1\TPU.
  31.  
  32.       c. From \PBLIB1\PROGS do a MAKEEXE.BAT.  If the compiles work,
  33.           do a MOVEEXE.BAT.   This copys the EXE & DOC files only to
  34.           \PBBIN1\UTIL.  You may or may not wish to do a MOVECFG.BAT
  35.           depending on whether you have changed anything.
  36.  
  37.       d. Put \PBLIB1\UTIL on the PATH= string in AUTOEXEC.bat and re-boot
  38.           and the utilities should be available.
  39.  
  40. II. If you have problems in compatability or compiling or whatever,
  41. then get the file PBBIN1.ZIP (450k)  contains the results (no sources) of
  42. the above steps in section I.